Error Encountered
/home/AlphaHelp/helpfiles//Ref/Api/Objects/Server/Context/DataCache/FetchByGuid Method.xml:21: parser error : Opening and ending tag mismatch: discussion line 19 and discusion ^ unable to parse /home/AlphaHelp/helpfiles//Ref/Api/Objects/Server/Context/DataCache/FetchByGuid Method.xml
00000 <page>
00001     <shortlink>api objects datacache gridcache object FetchByGuid method</shortlink>
00002     <topic>FetchByGuid Method</topic>
00003     <description>Fetch an item from the cache by its guid key</description>
00004     <prototypes>
00005         <prototype>FetchByGuid as CallResult (GuidKey as C)</prototype>
00006         <prototype>FetchByGuid as CallResult (GuidKey as K)</prototype>
00007     </prototypes>
00008     <arguments>
00009         <argument>
00010             <name>GuidKey</name>
00011             <types>
00012                 <type>C</type>
00013                 <type>K</type>
00014             </types>
00015             <description>A guid string or guid for lookup in the cache. For internal use only.</description>
00016         </argument>
00017     </arguments>
00018 	<discussion>
00019 	Check the CallResult for success or not. If successful, CallResult.ReturnDataValue will have the cached data.
00020 	</discusion>
00021     <terms>datacache,logical,number</terms>

00022 </page>